home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / seloptpage.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  2.0 KB  |  68 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. #if !defined(AFX_SELOPTPAGE_H__E7808AF4_A75C_11D1_B7B8_000021452DB6__INCLUDED_)
  12. #define AFX_SELOPTPAGE_H__E7808AF4_A75C_11D1_B7B8_000021452DB6__INCLUDED_
  13.  
  14. #if _MSC_VER >= 1000
  15. #pragma once
  16. #endif // _MSC_VER >= 1000
  17. // SelOptPage.h : header file
  18. //
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CSelOptPage dialog
  22.  
  23. class CSelOptPage : public CPropertyPage
  24. {
  25.     DECLARE_DYNCREATE(CSelOptPage)
  26.  
  27. // Construction
  28. public:
  29.     CSelOptPage();
  30.     ~CSelOptPage();
  31.  
  32.     int        m_iVersion;
  33. // Dialog Data
  34.     //{{AFX_DATA(CSelOptPage)
  35.     enum { IDD = IDD_SELECT_PROPPAGE };
  36.     BOOL    m_bArcs;
  37.     BOOL    m_bTexts;
  38.     BOOL    m_bInvisible;
  39.     BOOL    m_bTopLevel;
  40.     BOOL    m_bSegments;
  41.     BOOL    m_bBlocks;
  42.     //}}AFX_DATA
  43.  
  44.  
  45. // Overrides
  46.     // ClassWizard generate virtual function overrides
  47.     //{{AFX_VIRTUAL(CSelOptPage)
  48.     protected:
  49.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  50.     //}}AFX_VIRTUAL
  51.  
  52. // Implementation
  53. protected:
  54.     // Generated message map functions
  55.     //{{AFX_MSG(CSelOptPage)
  56.     afx_msg void OnGraphics();
  57.     afx_msg void OnInserts();
  58.     virtual BOOL OnInitDialog();
  59.     //}}AFX_MSG
  60.     DECLARE_MESSAGE_MAP()
  61.  
  62. };
  63.  
  64. //{{AFX_INSERT_LOCATION}}
  65. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  66.  
  67. #endif // !defined(AFX_SELOPTPAGE_H__E7808AF4_A75C_11D1_B7B8_000021452DB6__INCLUDED_)
  68.